[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NC

 Function
  To re-start the display of information according to the current mode.

 Value
  0 = 0b = 0o = 0h

 Remarks
  The STARTDISP statement takes a single argument to start displaying
  information in a certain format.  FCL tells PCBoard to count lines
  and pause as needed during the display of information.  FNS tells
  PCBoard to not stop during the display of information.  NC instructs
  PCBoard to start over with the last specified mode (FCL or FNS).

 Example

  INTEGER i,j
  STARTDISP FCL
  FOR i = 1 TO 5
   STARTDISP NC
   FOR j = 1 to 50
    PRINTLN "This is line ",j
   NEXT
  NEXT

See Also: FCL FNS
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson